reflect.rtype.Kind (method, view implemented interface methods)
24 uses
reflect (current package)
type.go#L587: k := t.Kind()
type.go#L598: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
type.go#L609: if t.Kind() == Interface {
type.go#L617: if t.Kind() == Interface {
type.go#L651: if t.Kind() == Interface {
type.go#L721: if t.Kind() != Chan {
type.go#L745: if t.Kind() != Struct {
type.go#L753: if t.Kind() != Struct {
type.go#L761: if t.Kind() != Struct {
type.go#L769: if t.Kind() != Struct {
type.go#L777: if t.Kind() != Map {
type.go#L785: if t.Kind() != Array {
type.go#L793: if t.Kind() != Struct {
type.go#L801: if t.Kind() != Func {
type.go#L809: if t.Kind() != Func {
type.go#L817: if t.Kind() != Func {
type.go#L825: if t.Kind() != Func {
type.go#L833: if t.Kind() != Func {
type.go#L841: k := t.Kind()
type.go#L852: k := t.Kind()
type.go#L863: k := t.Kind()
type.go#L874: k := t.Kind()
type.go#L885: switch t.Kind() {
type.go#L913: switch t.Kind() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |